-
Notifications
You must be signed in to change notification settings - Fork 3
objects: Specify SYNCING and SYNCED events
#404
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
+39
−8
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1a62f24 to
4d0fbae
Compare
SYNCING and SYNCED events
4d0fbae to
5d4bf8f
Compare
5d4bf8f to
6d2b56a
Compare
lawrence-forooghian
added a commit
to ably/ably-liveobjects-swift-plugin
that referenced
this pull request
Dec 5, 2025
Based on [1] at 6d2b56a. Resolves #80. [1] ably/specification#404
VeskeR
requested changes
Jan 12, 2026
6d2b56a to
83731b9
Compare
83731b9 to
ecfe743
Compare
ecfe743 to
beeb04c
Compare
VeskeR
approved these changes
Jan 14, 2026
Based on JS at e280bff and Swift at 1c901a8. (Got Claude to write this spec based on the code but it needed a fair bit of editing afterwards.) The change to spec point RTO8a doesn't match the Swift behaviour but it does match Kotlin and JS; will address for Swift in [1]. Note that we've used the new SubscriptionStatus naming (introduced in path-based API) instead of OnObjectsEventResponse; done at Andrii's request in code review. [1] https://ably.atlassian.net/browse/AIT-254
beeb04c to
1956e2f
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Based on JS at
e280bff(see ably/ably-js#2121) and Swift at1c901a8(see ably/ably-liveobjects-swift-plugin#104). (Got Claude to write this spec based on the code but it needed a fair bit of editing afterwards.)Part of ably/ably-liveobjects-swift-plugin#80.